ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterFloatLift9x7 Class / synthetize_lpf Method / synthetize_lpf(Single[],Int32,Int32,Int32,Single[],Int32,Int32,Int32,Single[],Int32,Int32) Method

In This Topic
    synthetize_lpf(Single[],Int32,Int32,Int32,Single[],Int32,Int32,Int32,Single[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub synthetize_lpf( _
       ByVal lowSig() As Single, _
       ByVal lowOff As Integer, _
       ByVal lowLen As Integer, _
       ByVal lowStep As Integer, _
       ByVal highSig() As Single, _
       ByVal highOff As Integer, _
       ByVal highLen As Integer, _
       ByVal highStep As Integer, _
       ByVal outSig() As Single, _
       ByVal outOff As Integer, _
       ByVal outStep As Integer _
    ) 
    public override void synthetize_lpf( 
       float[] lowSig,
       int lowOff,
       int lowLen,
       int lowStep,
       float[] highSig,
       int highOff,
       int highLen,
       int highStep,
       float[] outSig,
       int outOff,
       int outStep
    )

    Parameters

    lowSig
    lowOff
    lowLen
    lowStep
    highSig
    highOff
    highLen
    highStep
    outSig
    outOff
    outStep
    See Also